﻿2026-07-05T00:25:32.8773722Z ##[group]Run set -euo pipefail
2026-07-05T00:25:32.8774408Z [36;1mset -euo pipefail[0m
2026-07-05T00:25:32.8774932Z [36;1mPIN=0c95435[0m
2026-07-05T00:25:32.8775423Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-05T00:25:32.8776066Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-05T00:25:32.8777024Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-05T00:25:32.8778323Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-05T00:25:32.8779717Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-05T00:25:32.8780700Z [36;1m  rm -rf "$CACHE"[0m
2026-07-05T00:25:32.8781296Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-05T00:25:32.8782012Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-05T00:25:32.8782928Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-05T00:25:32.8783892Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-05T00:25:32.8784541Z [36;1mfi[0m
2026-07-05T00:25:32.8785278Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-05T00:25:32.8800006Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-05T00:25:32.8800780Z env:
2026-07-05T00:25:32.8801187Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-05T00:25:32.8801772Z ##[endgroup]
2026-07-05T00:25:33.5638095Z    Compiling proc-macro2 v1.0.106
2026-07-05T00:25:33.5639634Z    Compiling unicode-ident v1.0.24
2026-07-05T00:25:33.5640302Z    Compiling quote v1.0.45
2026-07-05T00:25:33.5640859Z    Compiling libc v0.2.186
2026-07-05T00:25:33.5641338Z    Compiling serde_core v1.0.228
2026-07-05T00:25:33.5642268Z    Compiling cfg-if v1.0.4
2026-07-05T00:25:33.5642696Z    Compiling serde v1.0.228
2026-07-05T00:25:33.5688399Z    Compiling log v0.4.32
2026-07-05T00:25:33.5717071Z    Compiling pin-project-lite v0.2.17
2026-07-05T00:25:33.5731310Z    Compiling portable-atomic v1.13.1
2026-07-05T00:25:33.5778459Z    Compiling typenum v1.20.1
2026-07-05T00:25:33.5830942Z    Compiling memchr v2.8.1
2026-07-05T00:25:33.5832731Z    Compiling version_check v0.9.5
2026-07-05T00:25:33.5833576Z    Compiling find-msvc-tools v0.1.9
2026-07-05T00:25:33.5856808Z    Compiling shlex v2.0.1
2026-07-05T00:25:33.6536178Z    Compiling critical-section v1.2.0
2026-07-05T00:25:33.6922067Z    Compiling bytes v1.11.1
2026-07-05T00:25:33.7471457Z    Compiling futures-core v0.3.32
2026-07-05T00:25:33.7780997Z    Compiling subtle v2.6.1
2026-07-05T00:25:33.8110850Z    Compiling smallvec v1.15.1
2026-07-05T00:25:33.8525042Z    Compiling equivalent v1.0.2
2026-07-05T00:25:33.8801588Z    Compiling itoa v1.0.18
2026-07-05T00:25:33.9041471Z    Compiling semver v1.0.28
2026-07-05T00:25:33.9620114Z    Compiling stable_deref_trait v1.2.1
2026-07-05T00:25:33.9635815Z    Compiling slab v0.4.12
2026-07-05T00:25:33.9951471Z    Compiling futures-sink v0.3.32
2026-07-05T00:25:34.0232536Z    Compiling futures-io v0.3.32
2026-07-05T00:25:34.0331994Z    Compiling futures-task v0.3.32
2026-07-05T00:25:34.0693306Z    Compiling generic-array v0.14.7
2026-07-05T00:25:34.1150931Z    Compiling rand_core v0.10.1
2026-07-05T00:25:34.1320970Z    Compiling futures-channel v0.3.32
2026-07-05T00:25:34.1420682Z    Compiling bitflags v2.12.1
2026-07-05T00:25:34.1999782Z    Compiling rustversion v1.0.22
2026-07-05T00:25:34.2590568Z    Compiling hashbrown v0.17.1
2026-07-05T00:25:34.2634664Z    Compiling getrandom v0.4.2
2026-07-05T00:25:34.2671310Z    Compiling cpufeatures v0.2.17
2026-07-05T00:25:34.2740761Z    Compiling fnv v1.0.7
2026-07-05T00:25:34.3321404Z    Compiling rustc_version v0.4.1
2026-07-05T00:25:34.3441352Z    Compiling cfg_aliases v0.2.1
2026-07-05T00:25:34.3540904Z    Compiling strsim v0.11.1
2026-07-05T00:25:34.3941481Z    Compiling litemap v0.8.2
2026-07-05T00:25:34.4340797Z    Compiling writeable v0.6.3
2026-07-05T00:25:34.4380556Z    Compiling icu_normalizer_data v2.2.0
2026-07-05T00:25:34.5095365Z    Compiling utf8_iter v1.0.4
2026-07-05T00:25:34.5530926Z    Compiling icu_properties_data v2.2.0
2026-07-05T00:25:34.6338001Z    Compiling dunce v1.0.5
2026-07-05T00:25:34.6727723Z    Compiling ident_case v1.0.1
2026-07-05T00:25:34.6851390Z    Compiling fs_extra v1.3.0
2026-07-05T00:25:34.7137910Z    Compiling autocfg v1.5.1
2026-07-05T00:25:34.7334480Z    Compiling percent-encoding v2.3.2
2026-07-05T00:25:34.7621872Z    Compiling http v1.4.1
2026-07-05T00:25:34.7808402Z    Compiling cpufeatures v0.3.0
2026-07-05T00:25:34.7898390Z    Compiling aws-lc-rs v1.17.0
2026-07-05T00:25:34.8691190Z    Compiling thiserror v2.0.18
2026-07-05T00:25:34.9860940Z    Compiling unicode-segmentation v1.13.3
2026-07-05T00:25:35.0040967Z    Compiling scopeguard v1.2.0
2026-07-05T00:25:35.0440348Z    Compiling form_urlencoded v1.2.2
2026-07-05T00:25:35.0620749Z    Compiling chacha20 v0.10.0
2026-07-05T00:25:35.0901455Z    Compiling lock_api v0.4.14
2026-07-05T00:25:35.1690308Z    Compiling syn v2.0.117
2026-07-05T00:25:35.1810696Z    Compiling indexmap v2.14.0
2026-07-05T00:25:35.2060833Z    Compiling untrusted v0.9.0
2026-07-05T00:25:35.2310603Z    Compiling heck v0.5.0
2026-07-05T00:25:35.2811066Z    Compiling rustls v0.23.40
2026-07-05T00:25:35.2999727Z    Compiling unicode-xid v0.2.6
2026-07-05T00:25:35.3311083Z    Compiling atomic-waker v1.1.2
2026-07-05T00:25:35.3594478Z    Compiling const-oid v0.10.2
2026-07-05T00:25:35.3730036Z    Compiling anyhow v1.0.102
2026-07-05T00:25:35.4160285Z    Compiling httparse v1.10.1
2026-07-05T00:25:35.4419833Z    Compiling zerocopy v0.8.50
2026-07-05T00:25:35.4640699Z    Compiling jobserver v0.1.34
2026-07-05T00:25:35.4771196Z    Compiling paste v1.0.15
2026-07-05T00:25:35.4940638Z    Compiling parking_lot_core v0.9.12
2026-07-05T00:25:35.5050654Z    Compiling num-traits v0.2.19
2026-07-05T00:25:35.5250745Z    Compiling convert_case v0.10.0
2026-07-05T00:25:35.6300193Z    Compiling hybrid-array v0.4.12
2026-07-05T00:25:35.6363150Z    Compiling curve25519-dalek v4.1.3
2026-07-05T00:25:35.7061561Z    Compiling ahash v0.8.12
2026-07-05T00:25:35.7591979Z    Compiling powerfmt v0.2.0
2026-07-05T00:25:35.7731719Z    Compiling fastrand v2.4.1
2026-07-05T00:25:35.7940386Z    Compiling cc v1.2.63
2026-07-05T00:25:35.9140347Z    Compiling http-body v1.0.1
2026-07-05T00:25:35.9232598Z    Compiling base64ct v1.8.3
2026-07-05T00:25:35.9760667Z    Compiling either v1.16.0
2026-07-05T00:25:35.9892055Z    Compiling deranged v0.5.8
2026-07-05T00:25:36.0290823Z    Compiling crypto-common v0.1.7
2026-07-05T00:25:36.0513592Z    Compiling block-buffer v0.10.4
2026-07-05T00:25:36.1680426Z    Compiling digest v0.10.7
2026-07-05T00:25:36.1819530Z    Compiling pem-rfc7468 v1.0.0
2026-07-05T00:25:36.2432652Z    Compiling num-conv v0.2.2
2026-07-05T00:25:36.2900055Z    Compiling base64 v0.22.1
2026-07-05T00:25:36.3850726Z    Compiling data-encoding v2.11.0
2026-07-05T00:25:36.4140596Z    Compiling mio v1.2.1
2026-07-05T00:25:36.4337731Z    Compiling socket2 v0.6.4
2026-07-05T00:25:36.4429468Z    Compiling getrandom v0.2.17
2026-07-05T00:25:36.5540564Z    Compiling vcpkg v0.2.15
2026-07-05T00:25:36.6200785Z    Compiling rand_core v0.6.4
2026-07-05T00:25:36.6520428Z    Compiling time-core v0.1.8
2026-07-05T00:25:36.7264565Z    Compiling rand v0.10.1
2026-07-05T00:25:36.7374290Z    Compiling uuid v1.23.2
2026-07-05T00:25:36.7891228Z    Compiling pkg-config v0.3.33
2026-07-05T00:25:36.8080776Z    Compiling tinyvec_macros v0.1.1
2026-07-05T00:25:36.8263294Z    Compiling zmij v1.0.21
2026-07-05T00:25:36.8630872Z    Compiling tower-service v0.3.3
2026-07-05T00:25:36.8820568Z    Compiling try-lock v0.2.5
2026-07-05T00:25:36.9330560Z    Compiling tinyvec v1.11.0
2026-07-05T00:25:36.9520509Z    Compiling parking_lot v0.12.5
2026-07-05T00:25:37.0059301Z    Compiling want v0.3.1
2026-07-05T00:25:37.0930208Z    Compiling cmake v0.1.58
2026-07-05T00:25:37.2580961Z    Compiling block-buffer v0.12.0
2026-07-05T00:25:37.2930467Z    Compiling crypto-common v0.2.2
2026-07-05T00:25:37.3480547Z    Compiling sha2 v0.10.9
2026-07-05T00:25:37.4394393Z    Compiling inout v0.1.4
2026-07-05T00:25:37.4730848Z    Compiling vergen-lib v9.1.0
2026-07-05T00:25:37.5111618Z    Compiling n0-future v0.3.2
2026-07-05T00:25:37.5228019Z    Compiling crossbeam-utils v0.8.21
2026-07-05T00:25:37.5541327Z    Compiling signature v2.2.0
2026-07-05T00:25:37.5661865Z    Compiling diatomic-waker v0.2.3
2026-07-05T00:25:37.5870747Z    Compiling spin v0.10.0
2026-07-05T00:25:37.5910735Z    Compiling httpdate v1.0.3
2026-07-05T00:25:37.6011227Z    Compiling parking v2.2.1
2026-07-05T00:25:37.6537256Z    Compiling winnow v1.0.3
2026-07-05T00:25:37.7024070Z    Compiling cordyceps v0.3.4
2026-07-05T00:25:37.7352369Z    Compiling serde_json v1.0.150
2026-07-05T00:25:37.7520660Z    Compiling ed25519 v2.2.3
2026-07-05T00:25:37.7580630Z    Compiling futures-lite v2.6.1
2026-07-05T00:25:37.7919338Z    Compiling cipher v0.4.4
2026-07-05T00:25:37.8121296Z    Compiling netlink-packet-core v0.8.1
2026-07-05T00:25:37.8690552Z    Compiling universal-hash v0.5.1
2026-07-05T00:25:37.9102365Z    Compiling vergen-lib v0.1.6
2026-07-05T00:25:37.9480677Z    Compiling vergen v9.1.0
2026-07-05T00:25:37.9640555Z    Compiling heapless v0.7.17
2026-07-05T00:25:37.9900926Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-05T00:25:38.0330272Z    Compiling noq-udp v0.10.0
2026-07-05T00:25:38.0542085Z    Compiling futures-buffered v0.2.13
2026-07-05T00:25:38.0601229Z    Compiling sync_wrapper v1.0.2
2026-07-05T00:25:38.1120381Z    Compiling opaque-debug v0.3.1
2026-07-05T00:25:38.1250476Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-05T00:25:38.1580803Z    Compiling aws-lc-sys v0.41.0
2026-07-05T00:25:38.1670809Z    Compiling ring v0.17.14
2026-07-05T00:25:38.1760795Z    Compiling libsqlite3-sys v0.30.1
2026-07-05T00:25:38.2509610Z    Compiling byteorder v1.5.0
2026-07-05T00:25:38.2778380Z    Compiling allocator-api2 v0.2.21
2026-07-05T00:25:38.3480847Z    Compiling digest v0.11.3
2026-07-05T00:25:38.3482237Z    Compiling polyval v0.6.2
2026-07-05T00:25:38.4410811Z    Compiling hash32 v0.2.1
2026-07-05T00:25:38.5406997Z    Compiling spin v0.9.8
2026-07-05T00:25:38.5770649Z    Compiling vergen-gitcl v1.0.8
2026-07-05T00:25:38.5932457Z    Compiling signature v3.0.0
2026-07-05T00:25:38.6052449Z    Compiling num_threads v0.1.7
2026-07-05T00:25:38.6770558Z    Compiling ryu v1.0.23
2026-07-05T00:25:38.7499782Z    Compiling tower-layer v0.3.3
2026-07-05T00:25:38.7589764Z    Compiling fallible-iterator v0.3.0
2026-07-05T00:25:38.7751773Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-05T00:25:38.8113316Z    Compiling time v0.3.47
2026-07-05T00:25:38.8921204Z    Compiling sha2 v0.11.0-rc.5
2026-07-05T00:25:38.9278007Z    Compiling ghash v0.5.1
2026-07-05T00:25:38.9430701Z    Compiling ctr v0.9.2
2026-07-05T00:25:38.9530059Z    Compiling aes v0.8.4
2026-07-05T00:25:39.0290431Z    Compiling fs2 v0.4.3
2026-07-05T00:25:39.0660455Z    Compiling aead v0.5.2
2026-07-05T00:25:39.1730727Z    Compiling http-body-util v0.1.3
2026-07-05T00:25:39.1830499Z    Compiling openssl-probe v0.2.1
2026-07-05T00:25:39.2210626Z    Compiling arrayvec v0.7.6
2026-07-05T00:25:39.2250583Z    Compiling utf8parse v0.2.2
2026-07-05T00:25:39.3147599Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-05T00:25:39.3230367Z    Compiling crossbeam-channel v0.5.15
2026-07-05T00:25:39.3880688Z    Compiling crossbeam-epoch v0.9.18
2026-07-05T00:25:39.4080247Z    Compiling netlink-packet-route v0.29.0
2026-07-05T00:25:39.4676229Z    Compiling blake3 v1.8.5
2026-07-05T00:25:39.4951236Z    Compiling aes-gcm v0.10.3
2026-07-05T00:25:39.6762470Z    Compiling memoffset v0.6.5
2026-07-05T00:25:39.7000467Z    Compiling acto v0.8.2
2026-07-05T00:25:39.7560493Z    Compiling netwatch v0.16.0
2026-07-05T00:25:39.8571955Z    Compiling noq v0.18.0
2026-07-05T00:25:39.9010479Z    Compiling mac-addr v0.3.0
2026-07-05T00:25:39.9150842Z    Compiling tagptr v0.2.0
2026-07-05T00:25:39.9290404Z    Compiling ref-cast v1.0.25
2026-07-05T00:25:39.9930781Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-05T00:25:40.0501617Z    Compiling identity-hash v0.1.0
2026-07-05T00:25:40.0699201Z    Compiling xml-rs v0.8.28
2026-07-05T00:25:40.1174054Z    Compiling rustc-hash v2.1.2
2026-07-05T00:25:40.1174914Z    Compiling lru-slab v0.1.2
2026-07-05T00:25:40.1660588Z    Compiling thiserror v1.0.69
2026-07-05T00:25:40.2230623Z    Compiling rustix v1.1.4
2026-07-05T00:25:40.2331783Z    Compiling sorted-index-buffer v0.2.1
2026-07-05T00:25:40.2343268Z    Compiling foldhash v0.2.0
2026-07-05T00:25:40.3600654Z    Compiling hashbrown v0.16.1
2026-07-05T00:25:40.5081659Z    Compiling netlink-packet-route v0.30.0
2026-07-05T00:25:40.5668185Z    Compiling serial-core v0.4.0
2026-07-05T00:25:40.6230965Z    Compiling termios v0.2.2
2026-07-05T00:25:40.7000857Z    Compiling synstructure v0.13.2
2026-07-05T00:25:40.7550636Z    Compiling darling_core v0.20.11
2026-07-05T00:25:40.7631608Z    Compiling serde_derive_internals v0.29.1
2026-07-05T00:25:41.0470635Z    Compiling proc-macro-crate v3.5.0
2026-07-05T00:25:41.2374748Z    Compiling xmltree v0.10.3
2026-07-05T00:25:41.2954757Z    Compiling errno v0.3.14
2026-07-05T00:25:41.3782065Z    Compiling ioctl-rs v0.1.6
2026-07-05T00:25:41.4310979Z    Compiling simple-dns v0.9.3
2026-07-05T00:25:41.4583004Z    Compiling aho-corasick v1.1.4
2026-07-05T00:25:41.4797832Z    Compiling toml_write v0.1.2
2026-07-05T00:25:41.4961066Z    Compiling arrayref v0.3.9
2026-07-05T00:25:41.5017520Z    Compiling constant_time_eq v0.4.2
2026-07-05T00:25:41.5051304Z    Compiling winnow v0.7.15
2026-07-05T00:25:41.5560576Z    Compiling resolv-conf v0.7.6
2026-07-05T00:25:41.7055322Z    Compiling smol_str v0.1.24
2026-07-05T00:25:41.7120683Z    Compiling regex-syntax v0.8.10
2026-07-05T00:25:41.7267643Z    Compiling simdutf8 v0.1.5
2026-07-05T00:25:41.8000746Z    Compiling signal-hook v0.3.18
2026-07-05T00:25:41.9344431Z    Compiling sha1_smol v1.0.1
2026-07-05T00:25:41.9650527Z    Compiling linux-raw-sys v0.12.1
2026-07-05T00:25:42.0482936Z    Compiling serial-unix v0.4.0
2026-07-05T00:25:42.1247698Z    Compiling signal-hook-registry v1.4.8
2026-07-05T00:25:42.2160978Z    Compiling lru v0.16.4
2026-07-05T00:25:42.2920834Z    Compiling darling_core v0.23.0
2026-07-05T00:25:42.4840645Z    Compiling serde_bytes v0.11.19
2026-07-05T00:25:42.5660659Z    Compiling seize v0.5.1
2026-07-05T00:25:42.7663150Z    Compiling hmac v0.12.1
2026-07-05T00:25:42.8360258Z    Compiling serde_derive v1.0.228
2026-07-05T00:25:42.8623709Z    Compiling zeroize_derive v1.4.3
2026-07-05T00:25:42.9099163Z    Compiling tokio-macros v2.7.0
2026-07-05T00:25:43.0510650Z    Compiling zerofrom-derive v0.1.7
2026-07-05T00:25:43.5020696Z    Compiling zeroize v1.8.2
2026-07-05T00:25:43.7018116Z    Compiling futures-macro v0.3.32
2026-07-05T00:25:43.7780613Z    Compiling tokio v1.52.3
2026-07-05T00:25:43.9060947Z    Compiling yoke-derive v0.8.2
2026-07-05T00:25:44.1917026Z    Compiling zerovec-derive v0.11.3
2026-07-05T00:25:44.2630242Z    Compiling displaydoc v0.2.6
2026-07-05T00:25:44.3600672Z    Compiling tracing-attributes v0.1.31
2026-07-05T00:25:44.6984382Z    Compiling zerofrom v0.1.8
2026-07-05T00:25:44.7509494Z    Compiling futures-util v0.3.32
2026-07-05T00:25:44.8201159Z    Compiling rustls-pki-types v1.14.1
2026-07-05T00:25:45.1660847Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-05T00:25:45.3936116Z    Compiling yoke v0.8.3
2026-07-05T00:25:45.5649381Z    Compiling thiserror-impl v2.0.18
2026-07-05T00:25:45.6574276Z    Compiling zerotrie v0.2.4
2026-07-05T00:25:45.7618936Z    Compiling zerovec v0.11.6
2026-07-05T00:25:45.9130618Z    Compiling darling_macro v0.20.11
2026-07-05T00:25:46.0621033Z    Compiling derive_more-impl v2.1.1
2026-07-05T00:25:46.1732107Z    Compiling spez v0.1.2
2026-07-05T00:25:46.2562248Z    Compiling n0-error-macros v0.1.3
2026-07-05T00:25:46.2990907Z    Compiling darling v0.20.11
2026-07-05T00:25:46.3880756Z    Compiling derive_builder_core v0.20.2
2026-07-05T00:25:46.3904492Z    Compiling der v0.8.0-rc.10
2026-07-05T00:25:46.5790781Z    Compiling pin-project-internal v1.1.13
2026-07-05T00:25:46.6560554Z    Compiling tinystr v0.8.3
2026-07-05T00:25:46.9552388Z    Compiling icu_locale_core v2.2.0
2026-07-05T00:25:47.4597815Z    Compiling potential_utf v0.1.5
2026-07-05T00:25:47.6170580Z    Compiling icu_collections v2.2.0
2026-07-05T00:25:47.6290755Z    Compiling n0-error v0.1.3
2026-07-05T00:25:47.7710690Z    Compiling derive_builder_macro v0.20.2
2026-07-05T00:25:48.0625421Z    Compiling pin-project v1.1.13
2026-07-05T00:25:48.0920552Z    Compiling derive_builder v0.20.2
2026-07-05T00:25:48.1030633Z    Compiling spki v0.8.0-rc.4
2026-07-05T00:25:48.1444309Z    Compiling ed25519-dalek v2.2.0
2026-07-05T00:25:48.3124478Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-05T00:25:48.4521170Z    Compiling icu_provider v2.2.0
2026-07-05T00:25:48.5479294Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-05T00:25:48.5553065Z    Compiling cobs v0.3.0
2026-07-05T00:25:48.7110956Z    Compiling ipnet v2.12.0
2026-07-05T00:25:48.7180430Z    Compiling futures-executor v0.3.32
2026-07-05T00:25:48.9070487Z    Compiling icu_properties v2.2.0
2026-07-05T00:25:48.9170413Z    Compiling icu_normalizer v2.2.0
2026-07-05T00:25:48.9290651Z    Compiling futures v0.3.32
2026-07-05T00:25:49.0294223Z    Compiling ed25519 v3.0.0-rc.4
2026-07-05T00:25:49.1060783Z    Compiling prefix-trie v0.8.4
2026-07-05T00:25:49.3360485Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-05T00:25:49.4626983Z    Compiling once_cell v1.21.4
2026-07-05T00:25:49.5401568Z    Compiling postcard-derive v0.2.2
2026-07-05T00:25:49.6220592Z    Compiling rustls-native-certs v0.8.4
2026-07-05T00:25:49.7092365Z    Compiling tracing-core v0.1.36
2026-07-05T00:25:49.8930618Z    Compiling data-encoding-macro v0.1.20
2026-07-05T00:25:49.9007721Z    Compiling iroh-metrics-derive v0.4.1
2026-07-05T00:25:49.9710525Z    Compiling hashbrown v0.14.5
2026-07-05T00:25:49.9990655Z    Compiling num_enum_derive v0.7.6
2026-07-05T00:25:50.1110410Z    Compiling postcard v1.1.3
2026-07-05T00:25:50.1444609Z    Compiling strum_macros v0.28.0
2026-07-05T00:25:50.2762482Z    Compiling async-trait v0.1.89
2026-07-05T00:25:50.4020459Z    Compiling tracing v0.1.44
2026-07-05T00:25:50.4140640Z    Compiling tokio-util v0.7.18
2026-07-05T00:25:50.4420886Z    Compiling netlink-sys v0.8.8
2026-07-05T00:25:50.6580430Z    Compiling idna_adapter v1.2.2
2026-07-05T00:25:50.7490705Z    Compiling idna v1.1.0
2026-07-05T00:25:50.7572253Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-05T00:25:50.7718396Z    Compiling hashlink v0.9.1
2026-07-05T00:25:50.7797579Z    Compiling tower v0.5.3
2026-07-05T00:25:50.8213149Z    Compiling enum-assoc v1.3.0
2026-07-05T00:25:51.0750363Z    Compiling iroh-metrics v0.38.3
2026-07-05T00:25:51.0827921Z    Compiling netlink-proto v0.12.0
2026-07-05T00:25:51.1220167Z    Compiling derive_more v2.1.1
2026-07-05T00:25:51.1640650Z    Compiling rusqlite v0.32.1
2026-07-05T00:25:51.1751563Z    Compiling netdev v0.42.0
2026-07-05T00:25:51.2440629Z    Compiling url v2.5.8
2026-07-05T00:25:51.2999602Z    Compiling iroh-relay v0.98.0
2026-07-05T00:25:51.3517425Z    Compiling moka v0.12.15
2026-07-05T00:25:51.3651088Z    Compiling num_enum v0.7.6
2026-07-05T00:25:51.3869923Z    Compiling toml_datetime v0.6.11
2026-07-05T00:25:51.4643570Z    Compiling serde_spanned v0.6.9
2026-07-05T00:25:51.6112492Z    Compiling h2 v0.4.14
2026-07-05T00:25:51.6980279Z    Compiling tokio-stream v0.1.18
2026-07-05T00:25:51.6983590Z    Compiling thiserror-impl v1.0.69
2026-07-05T00:25:51.7151086Z    Compiling ref-cast-impl v1.0.25
2026-07-05T00:25:51.7903952Z    Compiling n0-watcher v0.6.1
2026-07-05T00:25:51.8340495Z    Compiling toml_edit v0.22.27
2026-07-05T00:25:52.1281152Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-05T00:25:52.3108835Z    Compiling iroh-base v0.98.0
2026-07-05T00:25:52.3713776Z    Compiling tower-http v0.6.11
2026-07-05T00:25:52.4761976Z    Compiling attohttpc v0.30.1
2026-07-05T00:25:52.5910867Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-05T00:25:52.8140840Z    Compiling webpki-roots v1.0.7
2026-07-05T00:25:52.9356499Z    Compiling regex-automata v0.4.14
2026-07-05T00:25:53.0220896Z    Compiling schemars_derive v1.2.1
2026-07-05T00:25:53.1190561Z    Compiling strum v0.28.0
2026-07-05T00:25:53.1235581Z    Compiling iroh v0.98.2
2026-07-05T00:25:53.2104056Z    Compiling bitflags v1.3.2
2026-07-05T00:25:53.2361083Z    Compiling iroh-dns v0.98.0
2026-07-05T00:25:53.2890805Z    Compiling pin-utils v0.1.0
2026-07-05T00:25:53.3038266Z    Compiling cmov v0.5.4
2026-07-05T00:25:53.3986837Z    Compiling dyn-clone v1.0.20
2026-07-05T00:25:53.4490963Z    Compiling rustix v0.38.44
2026-07-05T00:25:53.5590748Z    Compiling nix v0.25.1
2026-07-05T00:25:53.5950250Z    Compiling filedescriptor v0.8.3
2026-07-05T00:25:53.6050375Z    Compiling backon v1.6.0
2026-07-05T00:25:53.6420948Z    Compiling ctutils v0.4.2
2026-07-05T00:25:53.8230903Z    Compiling darling_macro v0.23.0
2026-07-05T00:25:53.8321897Z    Compiling hkdf v0.12.4
2026-07-05T00:25:53.8435061Z    Compiling papaya v0.2.4
2026-07-05T00:25:54.0341275Z    Compiling serial v0.4.0
2026-07-05T00:25:54.0681828Z    Compiling anstyle-parse v1.0.0
2026-07-05T00:25:54.1210876Z    Compiling vte_generate_state_changes v0.1.2
2026-07-05T00:25:54.1854032Z    Compiling foldhash v0.1.5
2026-07-05T00:25:54.2920663Z    Compiling downcast-rs v1.2.1
2026-07-05T00:25:54.3701065Z    Compiling shell-words v1.1.1
2026-07-05T00:25:54.3895344Z    Compiling is_terminal_polyfill v1.70.2
2026-07-05T00:25:54.4070755Z    Compiling linux-raw-sys v0.4.15
2026-07-05T00:25:54.4431823Z    Compiling colorchoice v1.0.5
2026-07-05T00:25:54.4660548Z    Compiling instability v0.3.12
2026-07-05T00:25:54.4780870Z    Compiling anstyle v1.0.14
2026-07-05T00:25:54.5500523Z    Compiling anstyle-query v1.1.5
2026-07-05T00:25:54.5930770Z    Compiling vte v0.13.1
2026-07-05T00:25:54.6000360Z    Compiling hashbrown v0.15.5
2026-07-05T00:25:54.6309944Z    Compiling signal-hook-mio v0.2.5
2026-07-05T00:25:54.6480582Z    Compiling darling v0.23.0
2026-07-05T00:25:54.7280910Z    Compiling toml v0.8.23
2026-07-05T00:25:54.7930638Z    Compiling anstream v1.0.0
2026-07-05T00:25:54.8135676Z    Compiling spake2 v0.4.0
2026-07-05T00:25:54.8225584Z    Compiling terminal_size v0.4.4
2026-07-05T00:25:54.9931543Z    Compiling strum_macros v0.26.4
2026-07-05T00:25:55.2340580Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-05T00:25:55.2885835Z    Compiling sha1 v0.10.6
2026-07-05T00:25:55.4141481Z    Compiling itertools v0.13.0
2026-07-05T00:25:55.5530669Z    Compiling schemars v1.2.1
2026-07-05T00:25:55.5810708Z    Compiling castaway v0.2.4
2026-07-05T00:25:55.7060587Z    Compiling clap_lex v1.1.0
2026-07-05T00:25:55.7460680Z    Compiling static_assertions v1.1.0
2026-07-05T00:25:55.8470616Z    Compiling unicode-width v0.1.14
2026-07-05T00:25:56.0066082Z    Compiling doctest-file v1.1.1
2026-07-05T00:25:56.0170855Z    Compiling indoc v2.0.7
2026-07-05T00:25:56.1760899Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-05T00:25:56.2455550Z    Compiling regex v1.12.3
2026-07-05T00:25:56.5710816Z    Compiling interprocess v2.4.2
2026-07-05T00:25:56.9651100Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-05T00:25:57.0274251Z    Compiling crossterm v0.28.1
2026-07-05T00:25:57.1792149Z    Compiling clap_builder v4.6.0
2026-07-05T00:25:57.5170688Z    Compiling hyper v1.10.1
2026-07-05T00:25:57.5886578Z    Compiling unicode-truncate v1.1.0
2026-07-05T00:25:57.6020974Z    Compiling compact_str v0.8.2
2026-07-05T00:25:57.7780694Z    Compiling lru v0.12.5
2026-07-05T00:25:57.7955213Z    Compiling strum v0.26.3
2026-07-05T00:25:57.9040483Z    Compiling clap_derive v4.6.1
2026-07-05T00:25:57.9420844Z    Compiling cassowary v0.3.0
2026-07-05T00:25:58.0956826Z    Compiling portable-pty v0.8.1
2026-07-05T00:25:58.4210904Z    Compiling unicode-width v0.2.0
2026-07-05T00:25:58.4686437Z    Compiling iana-time-zone v0.1.65
2026-07-05T00:25:58.7144948Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-05T00:25:58.7495236Z    Compiling ratatui v0.29.0
2026-07-05T00:25:58.8440551Z    Compiling chrono v0.4.45
2026-07-05T00:25:58.9028708Z    Compiling nucleo-matcher v0.3.1
2026-07-05T00:25:58.9750580Z    Compiling qrcode v0.14.1
2026-07-05T00:25:59.4140469Z    Compiling tempfile v3.27.0
2026-07-05T00:25:59.4787819Z    Compiling hyper-util v0.1.20
2026-07-05T00:26:00.3978218Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-05T00:26:00.4323898Z    Compiling clap v4.6.1
2026-07-05T00:26:01.6260886Z    Compiling igd-next v0.17.1
2026-07-05T00:26:02.8467050Z    Compiling portmapper v0.16.0
2026-07-05T00:26:07.6511209Z    Compiling rustls-webpki v0.103.13
2026-07-05T00:26:10.1457310Z    Compiling tokio-rustls v0.26.4
2026-07-05T00:26:10.1460538Z    Compiling noq-proto v0.17.0
2026-07-05T00:26:10.1460869Z    Compiling rustls-platform-verifier v0.7.0
2026-07-05T00:26:10.2940476Z    Compiling hyper-rustls v0.27.9
2026-07-05T00:26:10.2941164Z    Compiling hickory-net v0.26.0-beta.4
2026-07-05T00:26:10.2941592Z    Compiling tokio-websockets v0.13.2
2026-07-05T00:26:10.4282049Z    Compiling reqwest v0.13.4
2026-07-05T00:26:11.4939046Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-05T00:26:26.0872920Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-05T00:26:27.5598817Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-05T00:26:35.4807467Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-05T00:26:40.1217406Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-05T00:26:40.1474456Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b275a0970b188bf2)
2026-07-05T00:26:40.1489441Z 
2026-07-05T00:26:40.1489611Z running 1 test
2026-07-05T00:26:46.6017095Z test new_brain_serves_against_old_broker ... ok
2026-07-05T00:26:46.6017386Z 
2026-07-05T00:26:46.6017617Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.45s
2026-07-05T00:26:46.6017911Z 
